home *** CD-ROM | disk | FTP | other *** search
- Command Name : Stack
-
- Function : Change or display the stack size
-
- Arguments : <n>
-
- Location : C directory
-
- The stack is a kind of buffer (see addbuffers) used by some programs.
- Usually the stack size should be left alone. If a program needs the stack
- size changing it will give instructions on how to do it or do it
- automatically when it is loaded.
-
- Examples
-
- Stack
-
- Show stack size
-
- Stack 4000
-
- Change the stack size to 4000 bytes
-